home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
PARI
/
PARI2
/
pari
/
other
/
versionspa
< prev
Wrap
Text File
|
1991-11-28
|
250b
|
15 lines
#include "genpari.h"
void printversion()
{
pariputs(" GP/PARI CALCULATOR Version 1.36\n");
pariputs(" (Sparc version)\n");
}
int mulmodll(a,b,c)
ulong a,b,c;
{
divll(mulll(a,b),c);
return hiremainder;
}